Uses of Interface
org.eclipse.vtp.framework.common.controller.IController

Packages that use IController
org.eclipse.vtp.framework.common.actions   
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.interactions.core.actions   
 

Uses of IController in org.eclipse.vtp.framework.common.actions
 

Fields in org.eclipse.vtp.framework.common.actions declared as IController
protected  IController ExitAction.controller
          The controller to enqueue with.
 

Constructors in org.eclipse.vtp.framework.common.actions with parameters of type IController
ExitAction(IActionContext context, IController controller, ExitConfiguration configuration, AssignmentConfiguration[] assignments)
          Creates a new ForwardAction.
ForwardAction(IActionContext context, IController controller, DispatchConfiguration configuration)
          Creates a new ForwardAction.
IncludeAction(IActionContext context, IController controller, DispatchConfiguration configuration)
          Creates a new ForwardAction.
 

Uses of IController in org.eclipse.vtp.framework.common.services
 

Classes in org.eclipse.vtp.framework.common.services that implement IController
 class Controller
          An implementation of controller that enqueues commands with a command queue.
 

Uses of IController in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type IController
FinalAction(IActionContext context, IController controller, ExitConfiguration configuration, IConversation conversation, IVariableRegistry variableRegistry, AssignmentConfiguration[] configurations)
          Creates a new FinalAction.